Box Shadow Generator

Change Manually

Background Color: Box Color: Shadow Color: DistanceX: DistanceY: Blur: Spread: Box Height: Box Width: border-radius:

Code

        body{
            background: #fff;
        }
                    
        .box{
            background: #fff;
            height: 200px;
            width: 200px;
            box-shadow: -2px -1px 26px 1px #878787;
            border-radius: 0px;
            height: 200px;
            width: 200px;
        }